﻿@charset "utf-8";
/* CSS Document */
[class*="col"] {
    color: #000;
    text-align: left;
}

[class*="con"] {
    color: #000;
    text-align: left;
}

.home1 {
    background-image: url("../images/home1.jpg");
    height: 600px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 91px;
}

.home_title {
    padding: 5rem;
}

.homet_img {
    float: left
}

.home_txt {
    font-size: 18px;
    float: right;
}

.feature_spc {
    margin-bottom: 100px;
}

.ftr {
    margin: 10px 10px;
}

.ftr_bot {
    padding-bottom: 2rem;
}

.ftr_txt {
    font-size: 18px;
    float: right;
}

.home_foot {
    background: #eee;
    padding: 30px;
}

    .home_foot a {
        text-decoration: none;
    }

.home_foot_txt {
    padding: 15px;
}

.home_foot_btn {
    padding: 10px;
    border-radius: 20px;
    width: 170px;
    border: none;
    font-size: 18px;
    font-weight: bold;
}

.privacyhome {
    padding: 130px 50px 20px;
}

    .privacyhome p {
        font-size: 18px;
    }

.fixed-menu {
    position: fixed;
    background: #fff;
    z-index: 1000;
    box-shadow: 0px 2px 5px #ccc;
}

.menubg {
    background: #fff;
}

.headertitle {
    padding-top: 12%;
    color: #fff;
    font-weight: bold;
    font-size: 60px;
}

.nav-tabs {
    height: 80px;
    border: 0;
    font-size: 16px;
    margin-left: 15%;
}

.nav-item {
    margin-right: 20px;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    border: none;
    border-bottom: 2px solid #0C70B6;
    outline: none;
}

.nav-tabs .nav-link {
    border: none;
}

    .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
        border: none;
        border-bottom: 2px solid #0C70B6;
        outline: none;
    }
/*.nav-link::after{content: '';display: block;width: 0;height: 2px;margin-top: 5px;background: #0C70B6;    transition: width .3s;}
		.nav-link:hover::after{width: 100%;}*/
.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}

.nav-link:focus, .nav-link {
    color: #403F3F
}

    .nav-link:focus, .nav-link:hover {
        color: #0C70B6
    }

.active span {
    font-weight: bold;
    color: #0C70B6
}

@media only screen and (max-width: 768px) {
    .tab-content > .active {
        display: block;
        margin-top: 80px;
    }
}

footer {
    background: #D2AF12;
}

.site-footer .footer-wrapper-bottom .footer-text {
    color: rgba(0,0,0,.4);
    text-align: center;
    font-family: "Open Sans",sans-serif;
}

.text-right {
    text-align: right !important;
}

.footer-bottom-menu {
    list-style: none;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: center;
}

    .footer-bottom-menu li {
        position: relative;
        margin: 0 20px;
    }

        .footer-bottom-menu li a {
            font-size: 14px;
            font-family: "Open Sans",sans-serif;
            color: rgba(0,0,0,1.00);
            text-decoration: none;
        }

            .footer-bottom-menu li a:hover {
                color: #fff;
            }
/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #ffc107;
    border-radius: 10px;
}

html {
    scroll-behavior: smooth;
}

#down {
    margin-top: 0%;
}

.login {
    text-decoration: none;
}

    .login button {
        border-radius: 20px;
        width: 80px;
    }

.signup {
    text-decoration: none;
}

    .signup button {
        border-radius: 20px;
        width: 87px;
        margin-left: 10px;
    }

.footext {
    /*padding: 20px 0 20px;*/
}

.footlogo {
    padding: 20px;
}

.form-box {
    padding: 10px;
    border-radius: 0px;
    border: none;
    border-bottom: 1px solid #D2AF12;
}

textarea {
    resize: none;
}

.form-control:focus {
    box-shadow: none;
}

.form-field-group {
    padding-right: calc( 30px/2 );
    padding-left: calc( 30px/2 );
    margin-bottom: 30px;
}

.submit {
    font-size: 18px;
    margin-top: 30px;
}

.contacthome {
    padding: 168px 50px 150px;
}

    .contacthome h2 {
        padding-bottom: 50px;
    }

    .contacthome p {
        font-size: 18px;
    }

.termshome {
    padding: 130px 50px 20px;
}

    .termshome p {
        font-size: 18px;
    }

.tab-align {
    padding-left: 11%;
}

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}

@media only screen and (max-width: 991px) {
    footer {
        position: relative !important;
    }
}
.overview a {
    font-weight: bold;
    text-decoration: none;
    color: #52579b;
}

    .overview a:hover {
        color: #1c2059;
        text-decoration: underline;
        /*padding-left: 5px;*/
    }

.overimg {
    margin: 20px 0;
    padding: 20px;
    border: 1px solid #ccc;
}